﻿img.headerIMG {
    max-width: 250px;
}

@media screen and (max-width: 320px) {
    img.headerIMG {
        width: 150px;
    }
}